/* General Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #ffffff;
	color: #313131;
	font-family: "Open Sans", Arial, serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #313131;
	color: #ffffff;
}

::selection {
	background-color: #313131;
	color: #ffffff;
}

a {
	color: #313131;
	text-decoration: none;
}

#content a {
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ab4e60;
	text-decoration: underline;
}

a img {
	border: 0px;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

#content ul {
	margin-left: 40px;
}


blockquote,
blockquote::before {
	color: #313131;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #313131;
	color: #ffffff;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ab4e60;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.red-heading {
	color: #c9432c;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0px;
	max-width: 100%;
	box-sizing: border-box;
}

img.alignleft {
	float: left;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

img.alignright {
	float: right;
	text-align: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* Forms
--------------------------------------------- */

#top-search {
    background-color: #502626;
    padding: 5px 10px 10px;
}

#top-search-form {
	display: table-row;
}

#top-search-form .search-input {
	display: table-cell;
}

#top-search-form .search-input-field {
	width: 100%;
	display: table-cell;
}

fieldset {
	border: none;
}
 
.sideSearchIcon:active, .sideSearchIcon:focus {
  outline: none;
  border: 0;
}

.content input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=submit]),
#top-search input:not([type=image]),
.content select,
.content textarea {
	background-color: #ffffff;
	border: 1px solid #d1d2cf;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #d1d2cf inset;
	color: #313131;
	font-size: 14px;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}

.content input[type="checkbox"], .content input[type="radio"] {
	width:auto;
}

input:focus,
textarea:focus {
	border: 1px solid #313131;
	outline: none;
}

::-moz-placeholder {
	color: #313131;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #313131;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background: #ab4e60;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	width: auto;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-top: 10px;
}

button:hover,.button.current,
i
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: #884740;
	color: #ffffff;
	text-decoration: none;
}

.button.red-button {
	background: #ab4e60;
}

.button.red-button:hover {
	background: #884740;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

@media only screen and (max-width: 850px) {
  #top-menu li:hover > ul {
    background-color: #884740;
  }
	
  #top-menu li:hover > ul a {
    background-color: #884740;
  }
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #d1d2cf;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 0;
}

/*
Main Structure and Layout
---------------------------------------------------------------------------------------------------- */
.header-wrapper {
	width: 100%;
	overflow: auto;
	background-color: #c9432c;
	border-bottom: 10px solid #884740;
}

.sub-header-bar {
	height: 22px;
	width: 100%;
	clear: both;
	background-color: #ab4e60;
}

.header {
	max-width: 1150px;
	margin: 0 auto;
	min-height: 100px;
	padding: 10px 15px;
	clear: both;
	overflow: auto;
}

.title-area {
	float: left;
	width: 30%;
	padding: 30px 0px;
}

h1.site-title {
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h1.site-title a {
	color: #f2f2f2;
}

h1.site-title a:hover {
	text-decoration: none;
}

.pre-footer-wrapper {
	width: 100%;
	background-color: #ab4e60;
}

.pre-footer {
	max-width: 1150px;
	min-height: 30px;
	color: #ffffff;
	text-align: center;
	padding: 40px 0px;
	margin: 0 auto;
}

.footer-wrapper {
	width: 100%;
	overflow: auto;
	background: #c9432c;
}

.footer {
	max-width: 1150px;
	min-height: 30px;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	padding: 30px 0px;
	margin: 0 auto;
}

.footer .copyright {
	text-align: center;
}

.footer .copyright a {
	padding: 0px;
}

.footer p {
	margin-top: 10px;
	margin-bottom: 14px;
}

.footer a {
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	display: inline-block;
}

.footer a:link {
	color: #ffffff;
}

.footer a:visited {
	color: #ffffff;
} 

.footer a:hover {
	color: #502626;
}

/*
Navigation
---------------------------------------------------------------------------------------------------- */

#header-menu {
	list-style: none;
	width: 100%;
	text-align: right;
	background-color: #884740;
	overflow: auto; 
}

#header-menu li {
	float: right;
}

#header-menu a {
	border: none;
	color: #ffffff;
	display: block;
	padding: 4px 10px;
	position: relative;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

#header-menu a:hover {
	color: #c9432c;
}

.nav-wrapper {
	float: right;
	width: 70%;
	padding-top: 30px;
}

.main-navigation {
	min-height: 60px;
	margin: 0 auto;
	line-height: 1.625;
	text-align: right;
}

.main-navigation a:hover {
	color: #502626;
	text-decoration: none;
}

.main-navigation .sub-menu a:hover {
	color: #502626;
	text-decoration: none;
}

#top-menu li {
	display: inline-block;
	text-align: center;
}

#top-menu a {
	border: none;
	color: #ffffff;
	display: block;
	padding: 8px 18px;
	position: relative;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

#top-menu a:hover {
	color: #502626;
	text-decoration: none;
}

#top-menu ul li.current > a {
	text-decoration: underline;
}

#top-menu ul {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	margin-top: -1px;
}

#top-menu ul a {
	background-color: #c9432c;
	border: 1px solid #884740;
	border-top: none;
	font-size: 14px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	color: #ffffff;
	text-transform: none;
}

#top-menu ul ul {
	border-top: 1px solid #884740;
	margin: -45px 0 0 221px;
	width: auto;
}

#top-menu ul ul a {
	height: 23px;
}

#top-menu li:hover {
	position: static;
}

#top-menu li:hover > ul {
	left: auto;
	opacity: 1;
}

#top-menu > .first > a {
	padding-left: 0;
}

#top-menu > .last > a {
	padding-right: 0;
}

/*
Internal Page Layout
---------------------------------------------------------------------------------------------------- */

.main-container {
	max-width: 1150px;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto;
	overflow: auto;
}

body.home .page-content {
	min-height: 200px;
	border: none;
}

body.home .main-container.custom.blog { 
	background-color: #ffffff; 
}

body.home .main-container.custom.blog #blog_wrapper { 
	border-bottom: 1px dotted #d1d2cf; 
}

body.hide-sidebar .content {
	padding: 20px;
}

.promotions-top {
	padding: 0;
	background-color: #ffffff;
	color: #313131;
    margin: 0 auto;
    text-align: center;
}

.promotions-top p {
	padding: 10px;
}

#page {
	width: 70%;
    box-sizing: border-box;
	height: auto;
	float: right;
	padding: 20px 35px;
}

body.hide-sidebar #page {
	width: 100%;
	padding: 0px;
	border: none;
}

.page-content article {
	padding: 35px;
}

/*
Internal Sidebar Layout
---------------------------------------------------------------------------------------------------- */

#sidebar {
	width: 30%;
    box-sizing: border-box;
	height: auto;
	float: left;
	padding: 20px;
	border-right: 1px solid #d1d2cf;
	overflow: hidden;
}

#sidebar img.border-image {
	border: 5px solid #ffffff;
	outline: 1px solid #d1d2cf;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

/*
Home Page Layout
---------------------------------------------------------------------------------------------------- */

body.home .main-container {
	width: 100%;
	max-width: 100%;
}

body.home .page-content {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	float: none;
}

.home-top-content {
	min-height: 260px;
	overflow: auto;
	background: url("../images/pattern-bg-10.png?1678573993?1678574040?1678574086?1678574094?1678575420?1678575677?1678575793?1678575824?1678575828?1678575900?1678576421?1678576424?1678576597?1678576599?1678576747?1678576749?1678576884?1678576886?1678577120?1678581577?1678581579?1678584086?1678584088?1678584263?1678584308?1678584310?1678584374?1678584376?1678584583?1678584585?1678584715?1678584716?1678584794?1678584795?1678584919?1678584920?1678585011?1678585012?1678585177?1678585179?1678585566?1678586388?1678586390?1678589813?1678589817?1678597298?1678597299?1678897476?1678897491?1679252023?1679252121?1679252123?1679252133?1679252136?1679767642?1679856718?1679856721?1679859733?1679859735?1680744688") center center repeat #f1f5db; /* Background pattern from Subtle Patterns */
	color: #313131;
	font-size: 18px;
	line-height: 1.75;
}

.home-top-content .author-image-wrapper img.border-image {
	border: 5px solid #ffffff;
	outline: 1px solid #d1d2cf;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.home-top-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.home-middle-content {
	color: #313131;
	min-height: 300px;
	overflow: auto;
	font-size: 18px;
	line-height: 1.75;
}

.home-middle-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.home-bottom-content {
	min-height: 300px;
	overflow: auto;
	background: #f1f5db;
	font-size: 18px;
	line-height: 1.75;
}

.home-bottom-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

#featured-box .image img,
#popular-box .image img {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #d1d2cf;
    height: auto;
    max-width: 100%;
    min-width: 165px;
    min-height: 260px;
}

#featured-box .image,
#popular-box .image  {
    float: left;
    margin: 0 25px 0px 0;
    text-align: left;
}

#featured-box h2 {
    color: #ab4e60;
}

#featured-box .button,
#popular-box .button {
    background-color: #ab4e60;
}

#featured-box .button:hover,
#popular-box .button:hover {
    background-color: #884740;
}

#featured-box .name,
#popular-box .name {
    font-weight: bold;
	font-size: 24px;
}

#featured-box .name a,
#popular-box .name a {
    color: #ab4e60;
    display: block;
    margin-bottom: 10px;
}

/* Author
--------------------------------------------- */
.author-info {

}
.author-name {
	margin-bottom: 15px;
}
.author-bio {
	margin-bottom: 10px;
}
.author-image-wrapper {

}

#author_appearances {
	margin: 20px 0px;
}

#appearances_wrapper {
    border: 1px solid #884740;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px 0px;
}
table.appearances {
}
table.appearances tbody {
    border-bottom: 0;
}
table.appearances th, table.appearances td {
	padding: 2px 10px;
}

table.appearances th {
	background-color: #884740;
	color: #ffffff;
	font-weight: 600;
}
table.appearances .notes-row {
	border-top: 1px dotted #884740;
	padding-bottom: 10px;
}
table.appearances tr:nth-child(4n), table.appearances tr:nth-child(4n+1) {
	background-color: #d1d2cf;
}
table.appearances tr:nth-child(4n) td {
	padding-top: 10px;
}
table.appearances tr:nth-child(4n) {
	border-top: 1px solid #884740;
}
table.appearances tr:nth-child(1) {
	background-color: transparent;
}
table.appearances tr:last-child {
	background-color: transparent;
}

/*
Social Icons
---------------------------------------------------------------------------------------------------- */

.social-icons {
	text-align: center;
}

.social-icons span {
	clear: both;
	font-weight: 400;

}

.social-icons span.follow-me-text {
	display: block;
}

.social-icons span img {
	width: 35px!important;
	max-width: 35px!important;
	position: relative!important;
	top: 0px!important;
	left: -15px!important;
}

.social-icons .fa-brands {
	height: 35px;
	width: 35px;
	font-size: 18px;
	color: #ffffff;
	background-color: #ab4e60;
	border-radius: 2px;
	line-height: 2;
}

.social-icons .fa-brands:hover {
	background-color: #884740;
}

.fa-goodreads .goodreadstext {
  	font-family:helvetica; 
	position: relative; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 25px;
	line-height: 2px;
	margin-top: 0px; 
	margin-left: 10px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Mobile Nav
---------------------------------------------------------------------------------------------------- */

.slicknav_menu {
	display:none;
	background: transparent!important;
	padding: 18px!important;
}

.slicknav_btn {
	margin: 0 auto!important;
	float: none!important;
	background-color: transparent!important;
	text-align: center!important;
	width: 100px!important;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none!important;
	color: #ffffff!important;
	font-family: "Open Sans",sans-serif!important;
	font-weight: normal!important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #ffffff!important;
}

.slicknav_nav {
	text-align: left!important;
	text-transform: uppercase!important;
}

.slicknav_nav a {
	color: #ffffff!important;
	font-family: "Open Sans",sans-serif!important;
	font-weight: normal!important;
}

.slicknav_nav a:hover {
	background-color: transparent!important;
	color: #313131!important;
}

/*
Category Pages
---------------------------------------------------------------------------------------------------- */

.pagination.top a.change_view {
	padding: 0px 10px;
}

.pagination.top a.change_view:first-of-type {
	border-right: 1px solid #d1d2cf;
}

.product-list-item {
	margin-bottom: 20px;
	padding: 20px 0px;
	border-bottom: 1px solid #d1d2cf;
	clear: both;
	overflow: auto;
}

.product-list-item .image {
	float: left;
	margin: 0px 15px 0px 0px;
}

.product-grid-item {
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
	padding: 20px 0px;
}

.product-grid-item:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.product-grid-item h3 {
	font-size: 18px;
}

.product-list-item .button,
.product-grid-item .button {
	padding: 10px 15px;
	width: auto!important;
	font-size: 15px;
}


.product-list-item .details .skus,
.product-grid-item .details .skus {
	display: none;
}

.product-list-item h3 a, 
.product-grid-item h3 a {
	text-decoration: none!important;
}

/*
Single Product Pages
---------------------------------------------------------------------------------------------------- */

#WA_Store_Cart_1_Quantity_Add {
	width:55px !important;
}

h1#ProductName {
	font-size: 36px;
	margin-bottom: 5px;
}

.product-details-subtitle {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-seriesname {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-author {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-publisher {
	font-size: 18px;
	margin-bottom: 15px;
}

.bookseller-buy {
	font-weight: 700;
	margin-bottom: 5px;
}

.product-details .image {
	margin-right: 20px;
}

.product-details .options .price {
	display: none;
	margin-bottom: 10px; 
}

.product-details #ProductLongDesc {
	padding: 20px 0px;
}

.product-details #ProductLongDesc img {
	margin: 2px 10px;
}

.product-details #ProductLongDesc ol,
.product-details #ProductLongDesc  ul {
	margin-left: 25px;
}

.product-details .options .skus {
	display: none;
}

.product-book-bottom {
	font-size: 13px;
	text-align: center;
}

img#ProductImage {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

/*
Featured & Popular Side-by-Side Home Page Layout
---------------------------------------------------------------------------------------------------- */

#fma-wrapper .wrap,
.split-home.content .wrap,
#info-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

#fma-wrapper {
	background-color: #ffffff;
}

.split-home.content {
	background-color: #f1f5db;
}

#info-content {
	background-color: #ffffff;
}

/*
Blank Home Page Layout
---------------------------------------------------------------------------------------------------- */

#home-wrapper .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px 45px;
}

/*
Sidebar Items
---------------------------------------------------------------------------------------------------- */

#featured-side {
	margin: 30px 0px;
}

#featured-side .image img {
	display: block;
	float: none;
	margin: 0 auto;
}

#featured-side h3.name {
	margin: 10px 0px;
	text-align: center;
	font-size: 20px;
}

#featured-side h3 a {
	text-decoration: none;
}

#sidebar .widget {
	margin: 30px 0px;
}

/*
Blog
---------------------------------------------------------------------------------------------------- */

#blog_wrapper {
	border-bottom: 1px solid #d1d2cf;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#blog_wrapper h2 {
	margin-bottom: 5px;
}


#blog_wrapper #blog_by {
	font-size: 14px;
	font-weight: bold;
}

#blog_wrapper #blog_link .button{
	margin-top: 15px;
}

.blog-menu {
	margin: 20px 0px!important;
}

.blog-menu li {
	list-style: none;
	border-bottom: 1px dotted #884740; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}

.blog-menu li a {
	text-decoration: none;
}

.blog-menu li a:hover {
	text-decoration: underline;
}

/*
Shopping Cart
---------------------------------------------------------------------------------------------------- */

.cart-description-row {
	display: none;
}

.booksellers {
 margin-bottom: 20px;
}

#ProductVideo {
 margin-top: 25px;
}

table .cart-header th {
	padding: 6px;
	background-color: #ab4e60;
	color: #ffffff;
	margin-bottom: 10px;
}
.cart-display tbody tr:nth-child(even) {
	border-bottom: 1px solid #ab4e60;
}
.cart-display table {
	margin-bottom: 0;
}
.cart-display tbody {
	border:0;
}
.cart-display td {
	vertical-align: top;
}

.cart-display tbody:before {line-height:1em; content:"\200C"; display:block;}


table .cart-header th:first-child{
  border-radius:10px 0 0 10px;
}

table .cart-header th:last-child{
  border-radius:0 10px 10px 0;
}

table .cart-header th:last-child{
  border-radius:0 10px 10px 0;
}
.cart-display tbody tr:nth-child(odd) td {
	padding-top: 10px;
}
.cart-display tbody tr:nth-child(1) td {
	padding-top: 0;
}
.cart-display .image img {
	max-width: none;
	margin-right:10px;
}
.cart-display .image img {
	max-width: none;
}
.cart-coupon {
    margin-top: 15px;
    overflow: hidden;
}
.cart-coupon .code {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}
.cart-coupon .code input {
    margin-left: 6px;
    width: 160px;
}
.cart-coupon .links {
    float: right;
}
.cart-coupon .links .button {
    margin-left: 5px;
}
body.confirm .buttons input[type="submit"] {
    margin-right: 5px;
}
.cart-summary {
    margin: 15px 0;
    padding: 20px;
    text-align: right;
}
.cart-summary table {
    margin-left: auto;
}
.cart-summary th {
    font-size: 1.3em;
    font-weight: normal;
    padding: 5px 10px;
}
.cart-summary td {
    font-size: 1.4em;
    font-weight: bold;
    width: 100px;
}
.cart-summary .last-row {
    font-size: 0.5em;
    padding-bottom: 5px;
}
.cart-summary .total th, .cart-summary .total td {
    border-top: 1px solid #d1d2cf;
    padding-top: 8px;
}
.cart-checkout {
    text-align: right;
}
.cart-checkout input {
    float: right;
}
.mobile {
	display:none;
}

/*
Footer Menu
---------------------------------------------------------------------------------------------------- */

.footer-menu {
	line-height: 1.5;
	margin: 0px 0px;
	text-align: right;
}

.footer-menu #top-menu li a {
	color: #ffffff;
	font-size: 14px;
	padding: 10px 14px;
}

.footer-menu #top-menu li a:hover {
	color: #502626;
}

.footer-menu #top-menu li ul {
	display: none;
}

